Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependabot checks for pip dependencies #401

Merged
merged 2 commits into from
Feb 15, 2023

Conversation

gadomski
Copy link
Member

Related Issue(s):

Description:

I was spending a lot of time just auto-closing dependabot version bumps to requirements-min.txt (e.g. this morning: #399). The whole point behind requirements-min.txt is that we don't have to update our version files every time there's a release; for more information behind this strategy, here's a blog post I wrote. Without requirements-min.txt, and because dependabot doesn't understand setup.cfg, there really isn't much value in checking the pip package ecosystem, so I've removed it.

Also sets our other checks to weekly, we don't really need a daily cadence for this repo.

PR checklist:

  • Code is formatted (run scripts/format).
  • Code lints properly (run scripts/lint).
  • Tests pass (run scripts/test).
  • Documentation has been updated to reflect changes, if applicable.
  • Changes are added to the CHANGELOG.

Also sets our checks to weekly, we don't really need a daily cadence for this
repo.
@gadomski gadomski self-assigned this Feb 14, 2023
Copy link
Collaborator

@pjhartzell pjhartzell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense.

@gadomski gadomski enabled auto-merge (rebase) February 15, 2023 17:08
@gadomski gadomski merged commit ef6b5e7 into main Feb 15, 2023
@gadomski gadomski deleted the issues/400-dependebot-requirements-min branch February 15, 2023 17:23
@gadomski gadomski added this to the 0.4.4 milestone Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove dependabot for requirements-min.txt
2 participants